* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }
        body {
            background: linear-gradient(145deg, #0b1120 0%, #192132 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
        }
        .generator-card {
            max-width: 1000px;
            width: 100%;
            background: rgba(18, 26, 40, 0.9);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid #2d3a5e;
            border-radius: 2.5rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8), 0 0 0 1px #3e4c77 inset;
            padding: 2.2rem;
            transition: all 0.2s;
        }
        h1 {
            font-size: 2.2rem;
            font-weight: 600;
            background: linear-gradient(120deg, #b5c9ff, #e0e9ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -0.02em;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 0.3rem;
        }
        .subhead {
            color: #8fa1cc;
            font-size: 0.95rem;
            margin-bottom: 2rem;
            border-left: 3px solid #3b6eff;
            padding-left: 1rem;
            background: rgba(59, 110, 255, 0.08);
            border-radius: 0 8px 8px 0;
            line-height: 1.5;
        }
        .subhead span {
            background: #1e2b48;
            padding: 0.2rem 0.7rem;
            border-radius: 30px;
            color: #b7cdff;
            font-size: 0.85rem;
            margin-left: 1rem;
            border: 1px solid #35497a;
        }
        .flex-row {
            display: flex;
            flex-wrap: wrap;
            gap: 1.8rem;
        }
        .left-panel {
            flex: 2;
            min-width: 300px;
        }
        .right-panel {
            flex: 1.3;
            min-width: 260px;
            background: #0f1a2b;
            border-radius: 2rem;
            padding: 1.5rem 1.3rem;
            border: 1px solid #2b3d60;
            box-shadow: inset 0 2px 5px #0a101c;
        }
        .input-group {
            margin-bottom: 1.3rem;
        }
        label {
            display: block;
            color: #b9ceff;
            font-weight: 500;
            font-size: 0.9rem;
            margin-bottom: 0.4rem;
            letter-spacing: 0.02rem;
        }
        input, textarea, select {
            width: 100%;
            background: #0e1629;
            border: 1.5px solid #25344f;
            border-radius: 18px;
            padding: 0.85rem 1.2rem;
            font-size: 0.95rem;
            color: #f0f4ff;
            outline: none;
            transition: 0.2s;
        }
        input:focus, textarea:focus, select:focus {
            border-color: #4f7eff;
            box-shadow: 0 0 0 3px rgba(79, 126, 255, 0.25);
            background: #0b1222;
        }
        textarea {
            resize: vertical;
            min-height: 110px;
        }
        .policy-preview {
            background: #0c1424;
            border-radius: 24px;
            padding: 1.5rem;
            border: 1px solid #263961;
            margin: 1.8rem 0 1.8rem;
            box-shadow: 0 10px 20px -10px #030613;
        }
        .policy-preview h3 {
            color: #f0f4ff;
            font-weight: 600;
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .policy-content {
            max-height: 300px;
            overflow-y: auto;
            padding-right: 0.5rem;
            color: #cad4f0;
            font-size: 0.9rem;
            line-height: 1.6;
            white-space: pre-wrap;
            word-break: break-word;
            background: #050c1a;
            padding: 1.2rem;
            border-radius: 18px;
            border: 1px solid #253a5a;
        }
        .badge-prop {
            display: inline-block;
            background: #13213c;
            border-radius: 30px;
            padding: 0.3rem 1rem;
            margin: 0.25rem 0.25rem 0 0;
            border: 1px solid #364d78;
            font-size: 0.8rem;
            color: #b5d0ff;
        }
        .prop-title {
            color: #8ea9fa;
            font-weight: 600;
            margin: 1rem 0 0.5rem 0;
            font-size: 1rem;
            border-bottom: 1px dashed #2c4066;
            padding-bottom: 0.3rem;
        }
        .download-section {
            background: #0d1830;
            border-radius: 20px;
            padding: 1.3rem;
            margin-top: 1.5rem;
            border: 1px solid #3d4f7a;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .file-size-indicator {
            color: #a6befa;
            background: #1e2d4a;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            border: 1px solid #3b5585;
        }
        .btn {
            background: #2f4172;
            border: none;
            color: white;
            padding: 0.9rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border: 1px solid #6680c0;
            box-shadow: 0 6px 0 #121f38;
        }
        .btn-primary {
            background: #3b5df6;
            border-color: #8aa6ff;
            box-shadow: 0 6px 0 #1a2e78;
        }
        .btn-primary:hover {
            background: #5272ff;
            transform: translateY(-2px);
            box-shadow: 0 8px 0 #1a2e78;
        }
        .btn:active {
            transform: translateY(4px);
            box-shadow: 0 2px 0 #121f38;
        }
        .btn:disabled {
            opacity: 0.5;
            pointer-events: none;
            filter: grayscale(0.6);
        }
        .fast-lock {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #91aef0;
            font-size: 0.9rem;
        }
        .fast-lock i {
            font-style: normal;
            background: #263e64;
            padding: 0.2rem 0.7rem;
            border-radius: 30px;
        }
        .footer-note {
            color: #50648b;
            font-size: 0.8rem;
            margin-top: 1.3rem;
            text-align: center;
        }